home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / OWLINC.PAK / PCH.H < prev    next >
Text File  |  1997-05-06  |  548b  |  15 lines

  1. //----------------------------------------------------------------------------
  2. // ObjectWindows
  3. // Copyright (c) 1992, 1997 by Borland International, All Rights Reserved
  4. //
  5. //$Revision:   10.3  $
  6. //
  7. // Include for ObjectWindows, gets owlcore.h or owlall.h when precompiled
  8. // headers are enabled.
  9. //----------------------------------------------------------------------------
  10. #if defined(_OWLALLPCH) && !defined(OWL_OWLALL_H)
  11. # include <owl/owlall.h>
  12. #elif defined(_OWLPCH) && !defined(OWL_OWLCORE_H)
  13. # include <owl/owlcore.h>
  14. #endif
  15.